Skip to content

docs: add Chinese README translation#80

Closed
ruguoba wants to merge 2 commits into
NeoLabHQ:masterfrom
ruguoba:translate-zh
Closed

docs: add Chinese README translation#80
ruguoba wants to merge 2 commits into
NeoLabHQ:masterfrom
ruguoba:translate-zh

Conversation

@ruguoba
Copy link
Copy Markdown

@ruguoba ruguoba commented May 12, 2026

Description

This PR adds a Chinese translation of the README to help Chinese-speaking developers understand and use Context Engineering Kit.

Changes

  • Added README-zh.md with Chinese translation
  • Preserved all code blocks, links, and badges
  • Translated descriptions, feature explanations, and usage instructions

Why This Is Needed

Context Engineering Kit is a great collection of advanced context engineering techniques. Adding a Chinese README will help more Chinese-speaking developers discover and use this project.

Copy link
Copy Markdown
Contributor

@LeoVS09 LeoVS09 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution, but there few things that would be better to correct, to not confuse future readers

Comment thread README-zh.md Outdated
Comment on lines +58 to +86
### ⚖️ [Do and Judge](https://cek.neolab.finance/plugins/do-and-judge) — 执行与判断

执行任务并自我评估结果的质量。

### 🎯 [Meta Judge](https://cek.neolab.finance/plugins/meta-judge) — 元判断

评估代理结果的元质量。

### 📊 [Benchmark](https://cek.neolab.finance/plugins/benchmark) — 基准测试

代理性能基准测试框架。

### 🔍 [Research](https://cek.neolab.finance/plugins/research) — 研究

深度研究和信息收集。

### 💡 [Creative Sampling](https://cek.neolab.finance/plugins/creative-sampling) — 创意采样

创意和解决方案的多样化生成。

### 🛠️ [Code Quality](https://cek.neolab.finance/plugins/code-quality) — 代码质量

代码质量和最佳实践检查。

### 📝 [Git Worktrees](https://cek.neolab.finance/plugins/git-worktrees) — Git 工作树

Git 工作树管理命令。

### 🚀 [CI Integration](https://cek.neolab.finance/plugins/ci-integration) — CI 集成
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Liink are incorrect

Comment thread README-zh.md Outdated
Comment on lines +94 to +102
```bash
# 创建架构文档
/sdd create

# 更新现有文档
/sdd update

# 审查文档
/sdd review
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commands is incorrect, real commands is more like

/add-task
/plan-task
/implement-task

Comment thread README-zh.md Outdated
Comment on lines +109 to +112
/reflect evaluate

# 改进建议
/reflect improve
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably you mean

/reflect
/memorise

Comment thread README-zh.md Outdated
Comment on lines +124 to +134
在项目根目录创建 `.context-kit.yaml`:

```yaml
plugins:
- sdd
- reflect
- do-and-judge

settings:
quality_threshold: 8
max_iterations: 3
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what is it, but we not have it

@ruguoba
Copy link
Copy Markdown
Author

ruguoba commented May 13, 2026

Thank you for the detailed review! I have fixed all the issues:

  1. Fixed CI Integration link: Changed from /plugins/ci-integration to /guides/ci-integration

  2. Fixed SDD plugin commands: Changed to correct commands:

    • /add-task
    • /plan-task
    • /implement-task
  3. Fixed Reflect plugin commands: Changed to correct commands:

    • /reflect
    • /memorise
  4. Removed max_iterations: Removed the non-existent configuration option

Please let me know if there are any other changes needed!

@ruguoba ruguoba closed this May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants